runtime.m.lockedg (field)
17 uses
runtime (current package)
coro.go#L232: mp.lockedg.set(gnext)
debugcall.go#L147: mp.lockedg.set(newg)
debugcall.go#L194: mp.lockedg.set(gp)
debugcall.go#L229: gp.m.lockedg = 0
proc.go#L621: return gp.lockedm != 0 && gp.m.lockedg != 0
proc.go#L2450: mp.lockedg.set(gp)
proc.go#L3171: if gp.m.lockedg == 0 || gp.m.lockedg.ptr().lockedm.ptr() != gp.m {
proc.go#L3182: status := readgstatus(gp.m.lockedg.ptr())
proc.go#L3185: dumpgstatus(gp.m.lockedg.ptr())
proc.go#L4026: if mp.lockedg != 0 {
proc.go#L4028: execute(mp.lockedg.ptr(), false) // Never returns.
proc.go#L4341: mp.lockedg = 0
proc.go#L5331: gp.m.lockedg.set(gp)
proc.go#L5386: gp.m.lockedg = 0
proc.go#L6451: if lockedg := mp.lockedg.ptr(); lockedg != nil {
runtime2.go#L597: lockedg guintptr
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |